docs: Update the list widget overview
authorMatthias Clasen <mclasen@redhat.com>
Sat, 30 May 2020 18:24:34 +0000 (14:24 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 30 May 2020 23:31:38 +0000 (19:31 -0400)
Fill in the GtkComboBox and GtkCellView replacements
in the quick reference table.

docs/reference/gtk/section-list-widget.md

index 6c4fd1898d3966254e35c88bfdc3d659438e47fa..198b089973ebb960e0c068a4dbdc0b860153ee1c 100644 (file)
@@ -81,7 +81,7 @@ The selection handling is also different. While selections used to be managed vi
 
 Finally here's a quick list of equivalent functionality to look for when transitioning code for easy lookup:
 
-| old                 | new                                 |
+| Old                 | New                                 |
 | ------------------- | ----------------------------------- |
 | #GtkTreeModel       | #GListModel                         |
 | #GtkTreePath        | #guint position, #GtkTreeListRow    |
@@ -92,8 +92,8 @@ Finally here's a quick list of equivalent functionality to look for when transit
 | #GtkTreeSelection   | #GtkSelectionModel                  |
 | #GtkTreeViewColumn  | #GtkColumnView                      |
 | #GtkTreeView        | #GtkListView, #GtkColumnView        |
-| #GtkCellView        |                                     |
-| #GtkComboBox        |                                     |
+| #GtkCellView        | #GtkListItemWidget                  |
+| #GtkComboBox        | #GtkDropDown                        |
 | #GtkIconView        | #GtkGridView                        |
 | #GtkTreeSortable    | #GtkColumnView                      |
 | #GtkTreeModelSort   | #GtkSortListModel                   |